
  .banner h1 {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 62px;
    z-index: 1; }
    .banner h1::before {
      position: absolute;
      left: 0;
      bottom: 20px;
      text-align: center;
      width: 100%;
      content: "CONNECT  TO  THE  FUTURE";
      letter-spacing: 40px;
      font-size: 22px;
      z-index: -1;
      color: #999; }
  .banner > h3 {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    text-align: center;
    color: #999; }

@keyframes logo {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.mynav {
  border-bottom: 1px solid #999;
  position: fixed;
  top: 0;
  color: #fff;
  left: 0;
  width: 100%;
  z-index: 99999999999999999999999; }
  .mynav .col-md-1 .navbe {
    position: relative;
    display: inline-block; }
  .mynav .col-md-1 ul {
    margin-bottom: 0; }
  .mynav .col-md-1:hover .navaff {
    display: block; }
  .mynav .col-md-1 .navaff {
    position: absolute;
    display: none;
    background: rgba(70, 171, 241, 0.5);
    color: #fff;
    top: 55px;
    text-align: center;
    width: 190px;
    left: calc(50% - 95px);
    border-radius: 10px; }
    .mynav .col-md-1 .navaff::before {
      content: "";
      width: 0;
      height: 0;
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent rgba(70, 171, 241, 0.5);
      position: absolute;
      top: -20px;
      left: calc(50% - 10px); }
    .mynav .col-md-1 .navaff::after {
      content: "";
      position: absolute;
      height: 100px;
      width: 195px;
      top: -100px;
      left: 0; }
    .mynav .col-md-1 .navaff li:last-child::before {
      display: none; }
    .mynav .col-md-1 .navaff li {
      text-align: center;
      position: relative;
      width: 100%;
      padding: 15px 0; }
      .mynav .col-md-1 .navaff li a {
        color: #fff; }
      .mynav .col-md-1 .navaff li::before {
        content: "";
        position: absolute;
        height: 1px;
        bottom: 0px;
        width: 20px;
        background: #fff;
        left: calc(50% - 10px); }
  .mynav .row > div {
    height: 60px;
    display: flex;
    cursor: pointer;
    align-items: center; }
  .mynav img {
    cursor: pointer;
    animation: logo 2s linear infinite; }
  .mynav .logo {
    position: relative; }
    .mynav .logo .logodiv {
      height: 100%;
      display: flex;
      align-items: center; }
      .mynav .logo .logodiv:hover .oth {
        display: block; }
    .mynav .logo a {
      color: #46abf1;
      width: 40px;
      height: 40px;
      border: 1px solid #2a6496;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 10px;
      border-radius: 5px;
      background: #2b3441; }
      .mynav .logo a:hover i {
        color: #fff; }
      .mynav .logo a i {
        font-size: 18px; }
    .mynav .logo .oth {
      position: absolute;
      bottom: -150px;
      left: -25px;
      padding: 30px;
      padding-left: 40px;
      width: 200px;
      display: none; }

    .body .diqiu p {
      font-size: 12px; }
    .body .diqiu .layer {
      position: relative; }
      .body .diqiu .layer > div {
        position: absolute;
        top: 0;
        width: 230px;
        cursor: pointer;
        height: 350px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding-bottom: 20px; }
        .body .diqiu .layer > div button {
          width: 100px;
          z-index: 9999999;
          position: relative; }
        .body .diqiu .layer > div h4 {
          font-weight: bold; }
      .body .diqiu .layer .yunl {
        left: -6px; }
        .body .diqiu .layer .yunl:hover .ovin {
          opacity: 1; }
        .body .diqiu .layer .yunl:hover .ov1 {
          transform: translate3d(120px, -120px, 0); }
        .body .diqiu .layer .yunl:hover .ov2 {
          transform: translate3d(0px, -165.5px, 0); }
        .body .diqiu .layer .yunl:hover .ov3 {
          transform: translate3d(-120px, -120px, 0); }
        .body .diqiu .layer .yunl:hover .ov4 {
          transform: translate3d(-155.5px, 0, 0); }
        .body .diqiu .layer .yunl:hover .ov5 {
          transform: translate3d(-120px, 120px, 0); }
      .body .diqiu .layer .yunr {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        right: 6px; }
        .body .diqiu .layer .yunr:hover .ovin {
          opacity: 1; }
        .body .diqiu .layer .yunr:hover .ov1 {
          transform: translate3d(-120px, -120px, 0); }
        .body .diqiu .layer .yunr:hover .ov2 {
          transform: translate3d(0px, -165.5px, 0); }
        .body .diqiu .layer .yunr:hover .ov3 {
          transform: translate3d(120px, -120px, 0); }
        .body .diqiu .layer .yunr:hover .ov4 {
          transform: translate3d(155.5px, 0, 0); }
        .body .diqiu .layer .yunr:hover .ov5 {
          transform: translate3d(120px, 120px, 0); }
        .body .diqiu .layer .yunr:hover .ov6 {
          transform: translate3d(-165.5px, 0, 0); }
      .body .diqiu .layer .ovin {
        position: absolute;
        width: 400px;
        left: -170px;
        top: -150px;
        height: 500px;
        transition: 0.3s;
        opacity: 0;
        color: #fff; }
        .body .diqiu .layer .ovin i {
          font-size: 1.3em; }
        .body .diqiu .layer .ovin > div {
          bottom: 169px;
          right: 150px;
          width: 50px;
          position: absolute;
          height: 60px;
          transition: 0.3s; }
          .body .diqiu .layer .ovin > div > div {
            border-radius: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border: 1px solid #46abf1;
            width: 50px;
            height: 50px;
            margin-bottom: 10px;
            transition: 0.3s; }
            .body .diqiu .layer .ovin > div > div:hover {
              background: #46abf1; }
      .body .diqiu .layer .ol {
        left: -110px; }
      .body .diqiu .layer .or {
        left: -80px; }
        .body .diqiu .layer .or > div {
          right: 180px; }
    .body .diqiu .yun {
      margin-left: -7px;
      margin-top: 40px; }

.indexfive {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 150px;
  width: 100%; }
  .indexfive .five-box {
    flex: 0 0 20%;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-size: cover;
    position: relative;
    background-position: center center;
    cursor: pointer;
    z-index: 10;
    transition: 0.4s; }
    .indexfive .five-box p {
      width: 90%;
      text-align: center;
      opacity: 0;
      height: 1px;
      margin-top: 15px;
      transition: 0.4s; }
    .indexfive .five-box * {
      z-index: 20; }
    .indexfive .five-box::before {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      transition: 0.4s;
      height: 100%;
      background: #46abf1;
      opacity: 0;
      z-index: 9;
      top: 0;
      left: 0; }
    .indexfive .five-box:hover::before {
      opacity: 0.65; }
    .indexfive .five-box:hover p {
      opacity: 1;
      height: 10px; }

.bombor {
  position: relative;
  margin-bottom: 25px; }
  .bombor::before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -15px;
    width: 20px;
    background: #fff;
    left: calc(50% - 10px); }

.anli {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 40px 0; }

.anli-box {
  flex: 0 0 312.5px;
  height: 312.5px;
  background: #323d4f;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  position: relative; }
  .anli-box .anli-hover {
    z-index: 20;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    color: #fff;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center; }
    .anli-box .anli-hover::before {
      position: absolute;
      z-index: 15;
      background: rgba(0, 0, 0, 0.3);
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: ""; }
    .anli-box .anli-hover p {
      margin-bottom: 10px;
      font-size: 14px;
      margin-top: 10px;
      text-indent: 1em;
      z-index: 25; }
      .anli-box .anli-hover p span {
        font-size: 1.5em; }
  .anli-box:nth-child(even) {
    background: #4c545e; }
  .anli-box > p {
    line-height: 2;
    width: 60%;
    opacity: 0.6;
    text-align: center;
    margin-top: 20px;
    font-size: 12px; }
  .anli-box .imgov {
    width: 50%;
    height: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    border: 1px solid #fff;
    border-radius: 100%; }

.footer {
  position: relative; }
  .footer .footerbeian {
    position: absolute;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6d6d6d;
    left: 0;
    bottom: 0;
    border-top: 1px solid #999;
    width: 100%;
    padding: 0 10px; }
  .footer .footertop {
    height: 60px;
    width: 100%;
    background: #46abf1;
    color: #fff;
    padding: 0 15px;
    justify-content: center;
    align-items: center;
    display: flex; }
    .footer .footertop a {
      color: #fff; }
    .footer .footertop i {
      font-size: 1.5em;
      position: relative;
      top: -2px;
      left: 10px; }
  .footer .footerbody {
    min-height: 350px;
    padding-bottom: 70px;
    position: relative;
    background: url("../img/footer.png");
    background-size: cover;
    background-position: center center;
    width: 100%;
    padding-top: 50px; }
    .footer .footerbody .foleft {
      height: 200px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-top: 10px; }
    .footer .footerbody .fo-box {
      display: flex;
      color: #fff;
      align-items: center; }
      .footer .footerbody .fo-box:hover i {
        color: #fff; }
      .footer .footerbody .fo-box .i {
        color: #46abf1;
        width: 40px;
        height: 40px;
        border: 1px solid #2a6496;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
        border-radius: 5px;
        background: transparent;
        margin-right: 10px; }
      .footer .footerbody .fo-box h3 {
        margin-top: 0;
        font-size: 22px;
        margin-bottom: 4px; }
      .footer .footerbody .fo-box i {
        font-size: 1.5em;
        color: #46abf1; }
      .footer .footerbody .fo-box p {
        color: #999; }
    .footer .footerbody .fo-box2 {
      min-height: 200px;
      display: flex;
      flex-direction: column;
      margin-top: 10px; }
      .footer .footerbody .fo-box2 p {
        margin: 13px 0; }
      .footer .footerbody .fo-box2 a {
        color: #Fff;
        font-size: 1.2em; }
      .footer .footerbody .fo-box2 h3 {
        margin-top: 0;
        color: #Fff;
        width: 1em;
        white-space: nowrap;
        border-bottom: 1px solid #46abf1;
        padding-bottom: 15px; }

.nar-right {
  position: fixed;
  width: 50px;
  text-align: center;
  right: 10px;
  z-index: 9999999999999;
  top: 20%; }
  .nar-right img {
    margin-bottom: 10px; }

.zhuanjia h1::before {
  position: absolute;
  text-indent: 13em;
  bottom: -20px;
  text-align: center;
  width: 100%;
  content: "Expret";
  font-size: 22px;
  z-index: -1;
  letter-spacing: 10px;
  color: #999; }

.xwny h1::before {
  position: absolute;
  text-indent: 13em;
  bottom: -20px;
  text-align: center;
  width: 100%;
  content: "News information";
  font-size: 22px;
  z-index: -1;
  letter-spacing: 10px;
  color: #999; }

.hyqy h1::before {
  position: absolute;
  text-indent: 13em;
  bottom: -20px;
  text-align: center;
  width: 100%;
  content: "Industry";
  font-size: 22px;
  z-index: -1;
  letter-spacing: 10px;
  color: #999; }

.shzp h1::before {
  position: absolute;
  text-indent: 13em;
  bottom: -20px;
  text-align: center;
  width: 100%;
  content: "Social Recruitmnt";
  font-size: 22px;
  z-index: -1;
  letter-spacing: 10px;
  color: #999; }

.rows:last-child div {
  border: none; }

.dcenterleft {
  position: relative; }

.mybtn {
  width: 160px;
  padding: 10px 0;
  display: block;
  color: #999;
  margin: 20px auto; }

.dr-mian {
  position: relative; }
  .dr-mian .jbb {
    position: absolute;
    width: 100%;
    height: 100%; }
    .dr-mian .jbb::before {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      content: "";
      background: linear-gradient(to bottom, rgba(255, 0, 0, 0), white); }

.banner2 {
  height: 450px; }

.guan {
  left: 150px;
  top: 165px;
  border-top: 1px solid #46abf1;
  padding-top: 3px; }

.dtop a {
  color: gray; }
.dtop:last-child {
  color: #46abf1; }

.neinav {
  background: url("../img/mobg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.zk {
  display: none; }

.pagflex {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  flex-wrap: wrap;
  margin-bottom: 20px; }

.btnmy {
  width: 100px;
  background: transparent;
  border: 1px solid #46abf1 !important;
  color: #46abf1; }

.ds-font {
  border: none; }

.dsearch {
  width: 250px;
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0px 10px; }

.ds-font {
  float: left;
  width: 70%;
  height: 100%;
  line-height: 40px; }

.ds-icon {
  line-height: 40px;
  cursor: pointer; }

.dcct {
  margin-bottom: 0; }

.qy-box {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  transition: 0.3s; }
  .qy-box:hover h4 {
    height: 100%;
    background: rgba(70, 171, 241, 0.45);
    color: #Fff;
    display: flex;
    align-items: center;
    justify-content: center; }
  .qy-box h4 {
    transition: 0.3s;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    font-size: 14px;
    bottom: 0;
    left: 0;
    padding: 15px 0;
    margin: 0;
    text-align: center;
    width: 100%; }

.mobslid {
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin: 10px auto; }
  .mobslid .qy-box {
    width: 250px;
    height: 300px;
    margin: 0 auto; }

.s-tab {
  perspective: 4000px;
  transform-style: preserve-3d;
  transform-origin: 50% 50%; }

.s-active {
  box-shadow: 0px 0px 14px #46abf1;
  transform: translate3d(0, 0, 10px);
  z-index: 999999;
  transition: 0.3s;
  transform-style: preserve-3d; }

.s-content {
  margin-top: 150px !important; }

.item-4 .bidbg {
  width: 535px; }

.bidbg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 496px;
  position: relative; }
  .bidbg h3 {
    width: 100%;
    margin-top: 0; }

#subjects {
  height: 165px;
  background-color: #e0e2e4; }

.g-wrap {
  position: relative;
  margin: 0 auto;
  height: 100%;
  overflow: hidden; }

#subjects {
  height: 165px; }

#subjects .g-wrap a {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-opacity: 1;
  opacity: 1;
  display: block;
  -webkit-transition: left 300ms, -webkit-opacity 700ms;
  transition: left 300ms, opacity 700ms; }

#subjects .g-wrap .item-1 {
  z-index: 1;
  background: #333; }

#subjects .g-wrap .item-2 {
  z-index: 2;
  background: #333; }

#subjects .g-wrap .item-3 {
  z-index: 3;
  background: #333; }

#subjects .g-wrap .item-4 {
  z-index: 4;
  background: #333; }

#subjects .g-wrap a span {
  position: absolute;
  background: no-repeat 0 0; }

#subjects .trans a {
  -webkit-opacity: 0;
  opacity: 0;
  display: none; }

#subjects .ready .item-2 {
  transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -moz-transition-delay: 150ms; }

#subjects .ready .item-3 {
  transition-delay: 150ms;
  -webkit-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -moz-transition-delay: 300ms; }

#subjects .ready .item-4 {
  transition-delay: 150ms;
  -webkit-transition-delay: 450ms;
  -ms-transition-delay: 450ms;
  -moz-transition-delay: 450ms; }

#subjects .state-0 .item-1 {
  left: 0; }

#subjects .state-0 .item-2 {
  left: 340px; }

#subjects .state-0 .item-3 {
  left: 617px; }

#subjects .state-0 .item-4 {
  left: 793px; }

#subjects .state-1 .item-1 {
  left: 0; }

#subjects .state-1 .item-2 {
  left: 492px; }

#subjects .state-1 .item-3 {
  left: 705px; }

#subjects .state-1 .item-4 {
  left: 917px; }

#subjects .state-1 .item-1 .p2 {
  -webkit-opacity: 1;
  opacity: 1;
  display: block; }

#subjects .state-2 .item-1 {
  left: 0; }

#subjects .state-2 .item-2 {
  left: 212px; }

#subjects .state-2 .item-3 {
  left: 705px; }

#subjects .state-2 .item-4 {
  left: 917px; }

#subjects .state-2 .item-2 .p2 {
  -webkit-opacity: 1;
  opacity: 1;
  display: block; }

#subjects .state-3 .item-1 {
  left: 0; }

#subjects .state-3 .item-2 {
  left: 212px; }

#subjects .state-3 .item-3 {
  left: 425px; }

#subjects .state-3 .item-4 {
  left: 917px; }

#subjects .state-3 .item-3 .p2 {
  -webkit-opacity: 1;
  opacity: 1;
  display: block; }

#subjects .state-4 .item-1 {
  left: 0; }

#subjects .state-4 .item-2 {
  left: 212px; }

#subjects .state-4 .item-3 {
  left: 425px; }

#subjects .state-4 .item-4 {
  left: 637px; }

#subjects .state-4 .item-4 .p2 {
  -webkit-opacity: 1;
  opacity: 1;
  display: block; }

.allvid {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 999999999999999999999999999999; }
  .allvid i {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    color: #fff; }

.gyxw h1::before {
  content: "ABOUT US"; }

.xwbt h1::before {
  content: "Territory"; }

.g-box {
  height: 1000px;
  width: 100%;
  margin-top: 100px !important;
  position: relative;
  overflow: hidden; }
  .g-box .lo {
    background-size: 100% 100%;
    width: 120px;
    height: 50px;
    left: calc(50% - 60px);
    position: absolute;
    top: 440px;
    background: url("../img/loo.png"); }
  .g-box .loo {
    width: 100%;
    height: 100%; }
  .g-box b {
    transition: 0.3s; }
  .g-box .cc {
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 200px; }
    .g-box .cc:hover .tip {
      display: block; }
  .g-box .c2000 {
    top: 200px;
    left: 30%; }
  .g-box .c2003 {
    top: 240px;
    left: 50%; }
  .g-box .c2004 {
    top: 300px;
    left: 70%; }
  .g-box .c2008 {
    top: 380px;
    left: 55%; }
  .g-box .c2009 {
    top: 450px;
    left: 21%; }
  .g-box .c2010 {
    top: 350px;
    left: 15%; }
  .g-box .c2011 {
    top: 650px;
    left: 57%; }
  .g-box .c2012 {
    top: 630px;
    left: 77%; }
  .g-box .c2013 {
    top: 500px;
    left: 37%; }
  .g-box .c2014 {
    top: 680px;
    left: 24%; }
  .g-box .c2015 {
    top: 810px;
    left: 47%; }
  .g-box .c2016 {
    top: 800px;
    left: 67%; }
  .g-box .d1 {
    position: absolute;
    left: 30%;
    color: #46abf1;
    top: 290px; }
    .g-box .d1 img {
      width: 250px; }
    .g-box .d1 h4 {
      color: #fff !important; }
  .g-box .d2 {
    position: absolute;
    left: 60%;
    top: 200px;
    color: #46abf1; }
    .g-box .d2 img {
      width: 250px; }
    .g-box .d2 h4 {
      color: #fff !important; }
  .g-box .d3 {
    position: absolute;
    color: #46abf1;
    left: 50%;
    top: 700px; }
    .g-box .d3 h4 {
      color: #fff !important; }
    .g-box .d3 img {
      width: 250px; }
  .g-box .tip {
    position: absolute;
    width: 400px;
    line-height: 2;
    background: #46abf1;
    border-radius: 10px;
    padding: 15px;
    z-index: 99;
    display: none;
    left: calc(50% - 200px); }
    .g-box .tip h4 {
      font-size: 12px;
      line-height: 1.5; }
    .g-box .tip h3 {
      font-size: 22px;
      margin-top: 0; }
    .g-box .tip::before {
      content: "";
      width: 0;
      height: 0;
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent #46abf1;
      position: absolute;
      top: -20px;
      left: calc(50% - 10px); }

.y-box {
  height: 780px;
  margin-top: -30px; }
  .y-box p {
    margin-bottom: 0; }
  .y-box > div > div {
    height: 55px;
    margin: 0 auto;
    width: 350px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer; }
    .y-box > div > div:hover {
      color: #46abf1; }
  .y-box .t0 {
    height: 76px;
    line-height: 1.5;
    color: #46abf1; }
    .y-box .t0 h2 {
      margin: 0;
      font-size: 25px; }
  .y-box .t0 {
    height: 176px;
    transform: translateX(350px); }
  .y-box .t6 {
    height: 40px;
    transform: translateX(140px); }
  .y-box .t5 {
    height: 65px;
    transform: translateX(220px); }
  .y-box .t4 {
    height: 40px;
    transform: translateX(270px); }
  .y-box .t3 {
    height: 55px;
    transform: translateX(300px); }
  .y-box .t2 {
    height: 38px;
    transform: translateX(320px); }
  .y-box .t1 {
    transform: translateX(340px); }
  .y-box .yxbody {
    border-radius: 100%;
    width: 600px;
    height: 600px;
    background: rgba(70, 171, 241, 0.45);
    position: absolute;
    top: 585px;
    left: calc(50% - 290px);
    transform: translateX(-250px);
    display: flex;
    justify-content: center;
    align-items: center; }

.bt {
  height: 711px;
  width: 886px;
  margin: 20px auto;
  background: url("../img/dtt.png");
  position: relative; }
  .bt .km {
    left: 451px;
    top: 586px; }
  .bt .gy {
    left: 517px;
    top: 552px; }
  .bt .nn {
    left: 550px;
    top: 628px; }
  .bt .cd {
    left: 467px;
    top: 476px; }
  .bt .xa {
    left: 544px;
    top: 401px; }
  .bt .xm {
    left: 740px;
    top: 552px; }
  .bt .sh {
    left: 756px;
    top: 450px; }
  .bt .tj {
    left: 678px;
    top: 288px; }
  .bt .bj {
    left: 650px;
    top: 278px; }
  .bt .qd {
    left: 732px;
    top: 324px; }
  .bt .ty {
    left: 600px;
    top: 326px; }
  .bt .zz {
    left: 626px;
    top: 387px; }
  .bt .hf {
    left: 687px;
    top: 430px; }
  .bt .nc {
    left: 676px;
    top: 500px; }
  .bt .cs {
    left: 620px;
    top: 515px; }
  .bt .wh {
    left: 643px;
    top: 466px; }
  .bt .cq {
    left: 532px;
    top: 468px; }
  .bt .gz {
    left: 620px;
    top: 612px; }
  .bt .sz {
    left: 661px;
    top: 619px; }
  .bt .nj {
    left: 714px;
    top: 438px; }
  .bt .hz {
    left: 745px;
    top: 478px; }

.ale {
  width: 463px;
  height: 104px;
  background: url("../img/alert.png");
  position: absolute;
  left: -387px;
  top: 49px;
  transition: 0.3s;
  cursor: pointer;
  padding: 10px 20px;
  display: none; }
  .ale p {
    width: 300px; }

.point-area {
  position: absolute !important;
  transform: translate3d(-75px, -75px, 0); }

.point-name {
  position: absolute; }

.xwwh h1::before {
  content: "culture"; }

.wecode {
  width: 300px;
  height: 300px;
  background: #fff;
  border: 1px solid #ccc;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 999999999999999999999999999999;
  top: 30%;
  left: calc(50% - 150px); }
  .wecode img {
    width: 200px;
    height: 200px; }
  .wecode i {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #333 !important; }

.footertop {
  overflow: hidden; }
  .footertop a {
    transition: 0.3s; }

/*# sourceMappingURL=scss.css.map */
